TabItem

data class TabItem(val label: String, val enabled: Boolean = true)

Represents a single tab in a TabList component.

Parameters

label

The label of the tab to be displayed.

enabled

Whether the tab is enabled or not.

Constructors

Link copied to clipboard
constructor(label: String, enabled: Boolean = true)

Properties

Link copied to clipboard
val enabled: Boolean = true
Link copied to clipboard